Conversation
Bumps [webpack](https://github.com/webpack/webpack) from 5.101.0 to 5.105.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md) - [Commits](webpack/webpack@v5.101.0...v5.105.0) --- updated-dependencies: - dependency-name: webpack dependency-version: 5.105.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
JamesNK
approved these changes
Mar 16, 2026
This was referenced Apr 30, 2026
Closed
Open
This was referenced May 1, 2026
microsoft-github-policy-service Bot
pushed a commit
to Azure/bicep
that referenced
this pull request
May 3, 2026
Updated [Grpc.AspNetCore.Server](https://github.com/grpc/grpc-dotnet) from 2.71.0 to 2.80.0. <details> <summary>Release notes</summary> _Sourced from [Grpc.AspNetCore.Server's releases](https://github.com/grpc/grpc-dotnet/releases)._ ## 2.80.0-pre1 ## What's Changed * Update .NET 10, System.CommandLine 2.0.0, fix warnings by @JamesNK in grpc/grpc-dotnet#2677 * Fix System.CommandLine 2.0.0 Uri parsing in GrpcClient benchmark app by @ilonatommy in grpc/grpc-dotnet#2695 * Implement GrpcServiceEndpointConventionBuilder.Finally by @halter73 in grpc/grpc-dotnet#2693 * Bump axios from 1.11.0 to 1.12.2 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in grpc/grpc-dotnet#2669 * Bump webpack from 5.101.0 to 5.105.0 in /examples/Browser/Server/wwwroot by @dependabot[bot] in grpc/grpc-dotnet#2689 * Bump lodash from 4.17.21 to 4.17.23 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in grpc/grpc-dotnet#2687 * Bump glob from 10.4.5 to 10.5.0 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in grpc/grpc-dotnet#2679 * Bump basic-ftp from 5.0.5 to 5.2.0 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in grpc/grpc-dotnet#2698 * Bump serialize-javascript and terser-webpack-plugin in /examples/Browser/Server/wwwroot by @dependabot[bot] in grpc/grpc-dotnet#2699 * Bump minimatch in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in grpc/grpc-dotnet#2700 * Bump axios from 1.12.2 to 1.13.6 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in grpc/grpc-dotnet#2701 * Bump js-yaml in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in grpc/grpc-dotnet#2702 * Handle Trailers-Only OK responses in streaming calls without exception handling by @michaelmccord in grpc/grpc-dotnet#2697 * Bump picomatch in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in grpc/grpc-dotnet#2703 * Implement v1 reflection service and clean up integration by @JamesNK in grpc/grpc-dotnet#2704 * Bump brace-expansion in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in grpc/grpc-dotnet#2706 * Fix flaky PickAsync_UpdateAddressesWhileRequestingConnection_DoesNotDeadlock test by @JamesNK in grpc/grpc-dotnet#2705 * Bump Tools Version prep for release v2.80.0 by @asheshvidyut in grpc/grpc-dotnet#2707 * [Release v2.80.x] Fix the version number - Step 3 by @asheshvidyut in grpc/grpc-dotnet#2711 ## New Contributors * @ilonatommy made their first contribution in grpc/grpc-dotnet#2695 * @halter73 made their first contribution in grpc/grpc-dotnet#2693 * @michaelmccord made their first contribution in grpc/grpc-dotnet#2697 **Full Changelog**: grpc/grpc-dotnet@v2.76.0...v2.80.0-pre1 ## 2.76.0 ## What's Changed * Remove reference to obsolete property from Readme and mention alternative by @KnapSac in grpc/grpc-dotnet#2631 * Migrate from sln to slnx by @JamesNK in grpc/grpc-dotnet#2635 * Bump tar-fs from 3.0.8 to 3.0.9 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in grpc/grpc-dotnet#2636 * MapGrpcService with service definition refactor by @JamesNK in grpc/grpc-dotnet#2634 * Bump brace-expansion from 1.1.11 to 1.1.12 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in grpc/grpc-dotnet#2639 * Fix shared code by @JamesNK in grpc/grpc-dotnet#2640 * Bump pbkdf2 from 3.1.2 to 3.1.3 in /examples/Spar/Server/ClientApp by @dependabot[bot] in grpc/grpc-dotnet#2642 * Add protobuf-net code-first to README.md by @weitzhandler in grpc/grpc-dotnet#2644 * Add more options to perf client by @JamesNK in grpc/grpc-dotnet#2648 * Update docs and starvs for slnx by @MihaZupan in grpc/grpc-dotnet#2649 * Support reading compressed grpc-web trailing headers by @JamesNK in grpc/grpc-dotnet#2650 * Add .NET 10 target by @JamesNK in grpc/grpc-dotnet#2653 * Update project.json packages and examples by @JamesNK in grpc/grpc-dotnet#2658 * Bump tar-fs from 3.1.0 to 3.1.1 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in grpc/grpc-dotnet#2668 * Update Grpc.Tools dependency to latest version by @apolcyn in grpc/grpc-dotnet#2675 * Update version on v2.76.x to 2.76.0-pre1 by @apolcyn in grpc/grpc-dotnet#2676 * Prep for stable release by @asheshvidyut in grpc/grpc-dotnet#2682 ## New Contributors * @KnapSac made their first contribution in grpc/grpc-dotnet#2631 * @weitzhandler made their first contribution in grpc/grpc-dotnet#2644 * @MihaZupan made their first contribution in grpc/grpc-dotnet#2649 * @asheshvidyut made their first contribution in grpc/grpc-dotnet#2682 **Full Changelog**: grpc/grpc-dotnet@v2.71.0...v2.76.0 ## 2.76.0-pre1 ## What's Changed * Remove reference to obsolete property from Readme and mention alternative by @KnapSac in grpc/grpc-dotnet#2631 * Migrate from sln to slnx by @JamesNK in grpc/grpc-dotnet#2635 * Bump tar-fs from 3.0.8 to 3.0.9 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in grpc/grpc-dotnet#2636 * MapGrpcService with service definition refactor by @JamesNK in grpc/grpc-dotnet#2634 * Bump brace-expansion from 1.1.11 to 1.1.12 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in grpc/grpc-dotnet#2639 * Fix shared code by @JamesNK in grpc/grpc-dotnet#2640 * Bump pbkdf2 from 3.1.2 to 3.1.3 in /examples/Spar/Server/ClientApp by @dependabot[bot] in grpc/grpc-dotnet#2642 * Add protobuf-net code-first to README.md by @weitzhandler in grpc/grpc-dotnet#2644 * Add more options to perf client by @JamesNK in grpc/grpc-dotnet#2648 * Update docs and starvs for slnx by @MihaZupan in grpc/grpc-dotnet#2649 * Support reading compressed grpc-web trailing headers by @JamesNK in grpc/grpc-dotnet#2650 * Add .NET 10 target by @JamesNK in grpc/grpc-dotnet#2653 * Update project.json packages and examples by @JamesNK in grpc/grpc-dotnet#2658 * Bump tar-fs from 3.1.0 to 3.1.1 in /testassets/InteropTestsGrpcWebWebsite/Tests by @dependabot[bot] in grpc/grpc-dotnet#2668 * Update Grpc.Tools dependency to latest version by @apolcyn in grpc/grpc-dotnet#2675 * Update version on v2.76.x to 2.76.0-pre1 by @apolcyn in grpc/grpc-dotnet#2676 ## New Contributors * @KnapSac made their first contribution in grpc/grpc-dotnet#2631 * @weitzhandler made their first contribution in grpc/grpc-dotnet#2644 * @MihaZupan made their first contribution in grpc/grpc-dotnet#2649 **Full Changelog**: grpc/grpc-dotnet@v2.71.0...v2.76.0-pre1 Commits viewable in [compare view](https://github.com/grpc/grpc-dotnet/commits). </details> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/19592) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This was referenced May 4, 2026
Open
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps webpack from 5.101.0 to 5.105.0.
Release notes
Sourced from webpack's releases.
... (truncated)
Changelog
Sourced from webpack's changelog.
... (truncated)
Commits
1486f9achore(release): new release1a517f6feat: added thetsconfigoption for theresolveroptions (#20400)7b3b0f7feat: supportimport.defer()for context modulesc4a6a92refactor: more types and increase types coverage5ecc58dfeat: consider asset module as side-effect-free (#20352)cce0f69test: avoid comma operator in BinaryMiddleware test (#20398)cd4793dfeat: support import specifier guard (#20320)fe48655docs: update examples (#20397)de107f8fix(VirtualUrlPlugin): set resourceData.context to avoid invalid fallback (#2...a656ab1test: add self-import test case for dynamic import (#20389)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for webpack since your current version.
You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.